home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 2555 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: rkamiga1.apana.org.au!not-for-mail
  2. From: rudyk@rkamiga1.apana.org.au (Rudy Kohut)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: AmiTCP: can't get it to work!
  5. Date: 10 Apr 1996 09:41:46 GMT
  6. Organization: Daemon Public Access Unix (03)563-8438
  7. Message-ID: <4kfvoq$2sn@ramus.apana.org.au>
  8. References: <DpJsFG.2Io@lazrus.cca.rockwell.com>
  9. NNTP-Posting-Host: dialup-05.apana.org.au
  10. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  11.  
  12. Neal G. Gilbertson (nggilber@cca.rockwell.com) wrote:
  13. :> 
  14. :> I'm having trouble getting anywhere with AmiTCP 4.0 demo
  15. :> using PPP.
  16.  
  17. Use the built-in dialer with PPP device.
  18.  
  19. Make sure you modify the startnet script as set out in the PPP manual.
  20.  
  21. Here is my startnet script for a similar setup (14.4k supra modem), PPP1.45
  22. and AmiTCP4.0:
  23.  
  24. amitcp:bin/online devs:networks/ppp.device 0
  25. If WARN
  26.     Echo "Could not connect!"
  27.     Wait 3
  28.     skip END
  29. ENDIF
  30. AmiTCP:bin/umask 022
  31. AmiTCP:AmiTCP
  32. WaitForPort AMITCP
  33. ; Configure loop-back device
  34. AmiTCP:bin/ifconfig lo0 localhost
  35. AmiTCP:bin/ifconfig ppp0 $ppp0iplocal $ppp0ipremote
  36. ; Add route to this host
  37. AmiTCP:bin/route add $ppp0iplocal localhost
  38. ; Add route to the default gateway
  39. AmiTCP:bin/route add default $ppp0ipremote
  40. Assign TCP: Exists > NIL:
  41. IF Warn
  42.   Mount TCP: from AmiTCP:devs/Inet-Mount ;*NOTE: Filename is different*
  43. EndIf
  44. Assign FTP: Exists > NIL:
  45. ; Start the internet `super server'
  46. run AmiTCP:bin/inetd
  47. run c:SMTPd ;*NOTE: Use this line only if you want to run SMTPd
  48. Lab END
  49. *************
  50.  
  51. This script assumes you have configured your ENV variables correctly for
  52. HOST, HOSTNAME, DOMAINNAME etc.
  53.  
  54. Other than that, post more info on your setup.
  55.  
  56. Rudy
  57. --------------------------------
  58. > Melbourne Victoria Australia <
  59. --------------------------------
  60. Alt. eMail [rudy.kohut@dpd.vic.gov.au]
  61.